home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A.C.E. 1
/
ACE CD 1.iso
/
files
/
games
/
m-z
/
monki21.dms
/
monki21.adf
/
monkeyinstall
< prev
next >
Wrap
Text File
|
1992-04-23
|
3KB
|
105 lines
echo "*Ec*NHard Disk Install for Monkey Island 2"
echo " ©1992 LucasArts Entertainment Corporation"
FailAt 21
assign mic: "Monkey2 Disk 1:c"
echo "*NWe are now going to install all the files to run Monkey Island 2"
mic:ask "on your hard disk. Is this what you want to do? (Type 'Y' for yes)"
If NOT WARN
echo "*N Exiting..."
Skip Exit
EndIf
echo "*N If you are playing off a 1 Meg harddrive, reboot when this"
echo "install is over so you will have more heap space."
echo "*N First we need to know where to install the program. Be sure there is"
echo "9 megs free on the drive you choose. Please type the name of the disk"
mic:echo "and/or the directory you wish to install to: " NOLINE
assign > NIL: MItmp: ?
assign > NIL: MItmp: exists
If WARN
Skip usage
EndIf
cd MItmp:
mic:echo "*NYou selected the directory: " NOLINE
cd
echo "*NWe can create a drawer for Monkey Island 2 files, or place them"
echo "directly in the above directory. Would you like to place all"
mic:ask "the files directly in the selected directory? (y/N) "
If NOT WARN
echo "*NCreating a new directory named Monkey-Island2"
Makedir > nil: Monkey-Island2
If WARN
echo "*NMonkey-Island2 already exists there. Do you want to delete "
mic:ask "files and continue with this installation? (y/N)"
If WARN
echo " deleting old files..."
delete > NIL: MItmp:Monkey-Island2/#? all
Else
mic:ask " (return to exit)"
Skip exit
EndIf
EndIf
copy mic:Monkey-Island2.info ""
cd MItmp:Monkey-Island2
endIf
echo "Copying files from disk 1"
copy "Monkey2 Disk 1:(Monkey2|Monkey2.info|Monkey2.000|Monkey2.001|Amiga1.ims)" ""
echo "Copying files from disk 2"
copy "Monkey2 Disk 2:(Amiga2.ims|Monkey2.002)" ""
echo "Copying files from disk 3"
copy "Monkey2 Disk 3:(Amiga3.ims|Monkey2.003)" ""
echo "Copying files from disk 4"
copy "Monkey2 Disk 4:(Amiga4.ims|Monkey2.004)" ""
echo "Copying files from disk 5"
copy "Monkey2 Disk 5:(Amiga5.ims|Monkey2.005)" ""
echo "Copying files from disk 6"
copy "Monkey2 Disk 6:(Amiga6.ims|Monkey2.006)" ""
echo "Copying files from disk 7"
copy "Monkey2 Disk 7:(Amiga7.ims|Monkey2.007)" ""
echo "Copying files from disk 8"
copy "Monkey2 Disk 8:(Amiga8.ims|Monkey2.008)" ""
echo "Copying files from disk 9"
copy "Monkey2 Disk 9:(Amiga9.ims|Monkey2.009)" ""
echo "Copying files from disk 10"
copy "Monkey2 Disk 10:(Amiga10.ims|Monkey2.010)" ""
echo "Copying files from disk 11"
copy "Monkey2 Disk 11:(Amiga11.ims|Monkey2.011)" ""
mic:ask "*NInstallation complete. (return to exit)"
SKIP exit
LAB usage
echo "*NSorry that drive is not a valid drive, please check the name"
mic:ask " and run the install again... (return to exit)"
LAB exit
assign mic:
assign MItmp:
EndCLI > NIL: